Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 11 Apr 2026 10:46:07 +0000 (12:46 +0200)
committerPatrick Franz <deltaone@debian.org>
Sat, 11 Apr 2026 10:46:07 +0000 (12:46 +0200)
commit0d561c7142f307625076abc67143247febf571e6
tree54e78c01d43c05594ed3eebdf589dbaef1991d0a
parentcc47f6aa5b5bd7f3223e6e50b76c3a08d6ae0875
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake